home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / chplus / alcatel / alcatel501.swf / scripts / DefineButton2_6 / BUTTONCONDACTION on(press).as next >
Text File  |  2001-08-06  |  92b  |  8 lines

  1. on(press){
  2.    set("/back:start",1);
  3.    tellTarget("/back")
  4.    {
  5.       play();
  6.    }
  7. }
  8.